/***************************************************************************/
/*****************************DESKTOP MENU**********************************/
/***************************************************************************/
.site-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: var(--header-height);
}
.site-header-regular {
    position: relative;
    float: left;
    width: 100%;
    height: var(--header-height);
}

    .site-header-regular .header {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
    }

.header-scroll-bar {
    position: relative;
    float: left;
    width: 100%;
    height: 5px;
    z-index: 30;
}

.header-scroll-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    -moz-transition: width 0s !important;
    -ms-transition: width 0s !important;
    -o-transition: width 0s !important;
    -webkit-transition: width 0s !important;
    transition: width 0s !important;
}

.logo-link {
    left: var(--header-height);
    box-sizing: border-box;
    padding: 16px 0px 11px 0px;
    max-width: var(--logo-width);
}

.logo-link-version-inactive {
    display: none !important;
}

.header-inactive, .header-transparent {
    background-color: transparent !important;
    border-color: transparent !important;
}

.scroll-bar-transparent {
    background-color: transparent !important;
}
/*Desktop header content area*/
.header-content {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: calc(var(--header-height) + var(--logo-width) + 40px);
    padding-right: 20px;
    padding-top: 30px;
    height: 100%;
}

.header-menu-items {
    position: relative;
    float: left;
    width: 100%;
}

.menu-category {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 0 40px 0 0;
    height: 100%;
}

    .menu-category:last-child {
        padding: 0 20px 0 0;
    }

.menu-category-link {
    position: relative;
    text-decoration: none;
    height: 100%;
    z-index: 10;
    padding-left: 0;
}

.menu-category-link-button {
    cursor: default;
    background: transparent;
    border: none;
    height: auto;
    top: -1px;
}
/*Submenu*/
.header-regular-submenu {
    position: absolute;
    width: 100%;
    top: var(--header-height);
    left: 0;
    text-align: center;
}

.header-regular-submenu-hidden {
    display: none;
}

.submenu-category-data {
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 250px;
}

.submenu-category-hidden {
    display: none !important;
}

.submenu-categories {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 10px 12px;
    margin-right: 4px;
}

.submenu-category {
    box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
}

.submenu-category-header,
.submenu-category-items,
.submenu-category-item {
    position: relative;
    float: left;
}

.submenu-category-header-content {
    position: relative;
    float: left;
    width: 100%;
}

.submenu-category-header {
    width: 100%;
    display: flex;
}

.submenu-category-header-text {
    position: relative;
    float: left;
    width: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 150px;
    max-width: 400px;
    box-sizing: border-box;
    padding: 7px 0;
    text-align: left;
}

    .submenu-category-header-text span {
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding-right: 25px;
    }

    .submenu-category-header-chevron {
        position: absolute;
        right: 0px;
        margin: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.submenu-category-items {
    display: none;
}

.submenu-category-items-active {
    display: flex;
    flex-direction: row;
}

.submenu-category-column {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px 12px;
}

.submenu-category-item {
    display: flex;
    text-decoration: none;
    box-sizing: border-box;
    padding: 7px 0;
}

    .submenu-category-item div {
        width: 100%;
        min-width: 150px;
        max-width: 400px;
    }
    .header-menu-extra-controls-large{
        position: relative;
        float: right;
    }
    .header-search-link{
        top: 0px;
    }
.site-header-regular .header-search-link {
    top: -4px;
}
@media only screen and (min-width: 2101px) {
    .submenu-category-data {
        padding: 0px 200px;
    }
}

@media only screen and (max-width: 2100px) {
    .submenu-category-data {
        padding: 0px 175px;
    }
}

@media only screen and (max-width: 1850px) {
    .submenu-category-data {
        padding: 0px 150px;
    }
}

@media only screen and (max-width: 1500px) {
    .submenu-category-data {
        padding: 0px 100px;
    }
}

@media only screen and (max-width: 1350px) {
    .logo-link {
        left: 30px;
    }

    .header-content {
        padding-left: calc(var(--logo-width) + 50px);
    }

    .submenu-category-data {
        padding: 0px 0px 0px 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .logo-link {
        left: 15px;
    }

    .header-content {
        padding-left: calc(var(--logo-width) + 40px);
    }
}




/***************************************************************************/
/*****************************MOBILE MENU***********************************/
/***************************************************************************/
.header-regular-mobile{
    height: 100%;
}
.header-regular-mobile #header-content-mobile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: block;
}

.header-regular-content-separator {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
.separator-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.separator-logo-centered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.header-regular-mobile #header-mobile-button {
    position: absolute;
    background-color: transparent;
    border: none;
    font-size: 44px;
    box-sizing: border-box;
    width: 62px;
    max-width: 62px;
    left: 10px;
    top: 50%;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    padding-left: 5px !important;
    z-index: 100;
}

    .header-regular-mobile #header-mobile-button div {
        position: relative;
        float: left;
        display: block;
    }

.header-regular-mobile .mobile-menu-icon-hidden {
    display: none !important;
}

.mobile-menu-custom-graphics {
    position: relative;
    float: left;
    width: 50px;
    margin-left: 10px;
    margin-top: 8px;
}

.header-regular-mobile #header-mobile-button:hover {
    cursor: pointer;
    opacity: 0.7;
}

.header-regular-mobile .header-mobile-menu-hidden {
    display: none;
}

.header-regular-mobile #mobile-menu-fixed-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    height: 100vh;
    width: 100vw;
    z-index: 20;
    display: none;
}

.header-regular-mobile .logo-link {
    position: absolute;
    padding: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 80px;
    width: 100%;
    max-width: 180px;
    height: 100%;
    max-height: 40px;
}
.header-regular-mobile .separator-logo-centered .logo-link.vismode-active {
    position: absolute;
    float: none;
    left: 50%;
    top: 50%;
    margin: 0;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.header-regular-mobile .header-mobile-menu {
    position: absolute;
    top: var(--header-height);
    left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 6px -2px;
}
.site-header-fixed .header-mobile-menu {
    position: absolute;
    top: var(--header-height);
    left: 0;
    width: 100%;
    max-height: calc(100vh - var(--header-height));
    text-align: center;
    box-sizing: border-box;
    padding: 20px 20px 70px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 6px -2px;
    overflow: auto;
}

.header-regular-mobile .header-mobile-menu-content {
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 500px;
}

.header-regular-mobile .header-menu-mobile-category-row {
    position: relative;
    float: left;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: 0;
    border-bottom: solid 2px;
    box-sizing: border-box;
    padding: 0 10px;
    background-color: transparent;
}

    .header-regular-mobile .header-menu-mobile-category-row:hover {
        cursor: pointer;
        opacity: 0.8;
    }

.header-regular-mobile .header-mobile-menu-category {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
}

.header-mobile-menu-category-link {
    max-width: calc(100% - 50px);
}

.expand-button-chevron-only {
    position: relative;
    float: left;
    text-align: center;
    background-color: transparent;
    border: none;
    height: 100%;
    padding: 0;
    margin-left: 10px;
}
.expand-button-closed{
    margin-top:10px;
}
.expand-button-open {
    margin-top: 13px;
    display: none;
}

.header-regular-mobile .header-menu-mobile-category-row i {
    position: relative;
    float: left;
    font-size: 20px;
    box-sizing: border-box;
}

.header-regular-mobile .header-menu-mobile-subcategory {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 30px 15px 30px;
}

.header-menu-mobile-subcategory-hidden {
    display: none;
}

.header-menu-mobile-subcategory-content-row {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.header-regular-mobile button {
    cursor: pointer;
}

.header-regular-mobile .mobile-subcategory-header-icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
}

.header-regular-mobile .mobile-subcategory-header-custom-graphics {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
}

.header-regular-mobile .mobile-subcategory-header {
    position: relative;
    float: left;
    max-width: calc(100% - 50px);
    text-decoration: none;
}

.mobile-subcategory-header-icon-padding {
    box-sizing: border-box;
    padding-left: 46px;
}

.mobile-subcategory-header-text-custom {
    box-sizing: border-box;
    padding-left: 46px;
}

.mobile-subcategory-chevron-button {
    position: relative;
    float: left;
    background-color: transparent;
    border: none;
    font-size: 20px;
    padding: 0;
}

.chevron-button-clear {
    clear: both;
}

.header-regular-mobile-chevron{
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.mobile-subcategory-chevron-button span {
    position: relative;
    float: left;
}
.mobile-subcategory-chevron-button div {
    position: relative;
    float: left;
    margin-top: 0;
}
.header-regular-mobile-chevron.chevron-up {
    display: none;
}
.header-regular-mobile .mobile-subcategory-links {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 10px 0;
    display: none;
    margin-top: 10px;
}

.mobile-subcategory-links.icon-padding {
    padding: 0 0 10px 46px;
}

.header-regular-mobile .mobile-subcategory-link {
    position: relative;
    float: left;
    clear: both;
    text-decoration: none;
    margin: 5px 0;
}

    .header-regular-mobile .mobile-subcategory-link:hover {
        cursor: pointer;
        opacity: 0.8;
    }

.header-regular-mobile .header-menu-mobile-exit-row {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px 15px 20px;
    text-align: center;
}

.header-regular-mobile #close-mobile-menu-button {
    display: inline-block;
    border: none;
    background-color: transparent;
}

.header-regular-mobile .header-menu-mobile-exit-icon {
    font-size: 46px;
}

.header-regular-mobile #close-mobile-menu-button:hover {
    cursor: pointer;
    opacity: 0.8;
}

/*These rules are dynamically swapped by accompanied .js file*/
.header-regular-awaiting-confirmation #header-content-mobile,
.header-regular-awaiting-confirmation #header-mobile-menu,
.header-regular-awaiting-confirmation #header-regular-submenu {
    display: none;
}

.header-regular-desktop #header-content-mobile,
.header-regular-desktop #header-mobile-menu {
    display: none !important;
}

.header-regular-mobile #header-regular-submenu {
    display: none;
}

/*Make sure #header-content always physically exists in order to calculate content*/
.header-regular-awaiting-confirmation #header-content,
.header-regular-mobile #header-content {
    position: absolute;
    top: -200px;
    height: 1px;
    overflow: hidden;
}

/*EXTRA CONTROLS*/
.mobile-menu-extra-controls{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    top: 20px;
}
.mobile-menu-extra-controls-inner{
    position: relative;
    display: inline-block;
}
.mobile-menu-extra-controls-inner .language-picker,
.mobile-menu-extra-controls-inner .day-night-toggle,
.mobile-menu-extra-controls-inner .header-search-link{
    z-index: 2;
    float: left;
    left: 0; 
    right: 0;
}

@media only screen and (max-width: 340px) {
    .header-regular-mobile .separator-logo-centered .logo-link.vismode-active {
        right: 20px;
        left: unset;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}


/*Overrides*/
.header-font-bold{
    font-weight: 600 !important;
}